From 9f839299ac10e0c9ff6f71e7689f44590c905ac6 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 15 Sep 2015 22:45:12 -0500 Subject: [PATCH] Make git play nice with vim temp files (I hope.) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8657b703b..3c95133af 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ /Makefile /makelinuxdist.sh /objects/ +*.swp /tmp/ /Makefile /Makefile -- 2.30.2